OpenMode
Types
Link copied to clipboard
data class AppStore(val storeInfo: NavigationSpec.ThirdParty.StoreInfo) : NavigationSpec.ThirdParty.OpenMode
Opens the AppStore
Link copied to clipboard
data class FallbackToAppStore(val urlScheme: <Error class: unknown class>, val storeInfo: NavigationSpec.ThirdParty.StoreInfo) : NavigationSpec.ThirdParty.OpenMode
Tries to open the app or navigates to the store if it does not exist
Link copied to clipboard
data class OnlyWhenInstalled(val url: <Error class: unknown class>) : NavigationSpec.ThirdParty.OpenMode
Only navigates whn the app is installed